Package-level declarations

Types

Link copied to clipboard
data class PrivateChatMessage(val participant: ParticipantsService.Participant, val chatMessage: ChatMessage)

Class encapsulates the private message received along with the participant who sent it

Link copied to clipboard

Private Chat Service provides for the APIs to manage chat with individual participants

Link copied to clipboard

The service offers APIs to send and receive public messages A public message is sent to all users present in the session